home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2002 January
/
Australian_PC_User_2002-01_cd2.iso
/
ads
/
files
/
imaging.swf
/
scripts
/
DefineButton2_35
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-10-25
|
619 b
|
35 lines
on(press){
if(_name.substr("8","1") eq "D")
{
tellTarget("../")
{
if(_currentframe == "20")
{
stop();
}
else if(_currentframe < "20")
{
play();
}
else
{
gotoAndPlay("41" - _currentframe);
}
}
}
if(_name.substr("8","1") eq "U")
{
tellTarget("../")
{
if("20" < _currentframe)
{
play();
}
else
{
gotoAndPlay("41" - _currentframe);
}
}
}
}